Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1714154 query_tag vs Pool docs #1035

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sfc-gh-dszmolka
Copy link
Contributor

Description

This is a doc-only change, to raise awareness how Pooling works to help avoid situations like #1034

  • add entry in Pooling docs to make a bit more expressed how it interacts with QUERY_TAG (and anything else which changes the Connection String, really)
  • linked an example to how to add QUERY_TAG outside of the Connection String (without changing it), using SnowflakeDbCommand.QueryTag

kudos to @sfc-gh-dstempniak

Checklist

  • Code compiles correctly
  • Code is formatted according to Coding Conventions
  • Created tests which fail without the change (if possible)
  • All tests passing (dotnet test)
  • Extended the README / documentation, if necessary
  • Provide JIRA issue id (if possible) or GitHub issue id in PR name

* add entry in Pooling docs to make a bit more expressed how it interacts with QUERY_TAG (and anything else which changes the Connection String, really)
* linked an example to how to add QUERY_TAG outside of the Connection String (without changing it), using SnowflakeDbCommand.QueryTag

kudos to @sfc-gh-dstempniak
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.80%. Comparing base (717a804) to head (c1d8031).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1035      +/-   ##
==========================================
+ Coverage   85.79%   85.80%   +0.01%     
==========================================
  Files         118      118              
  Lines       11451    11451              
  Branches     1146     1146              
==========================================
+ Hits         9824     9826       +2     
+ Misses       1343     1342       -1     
+ Partials      284      283       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants